Skip to content

fix(security): patch dependency vulnerabilities and harden RDS config#1251

Merged
kaiz-io merged 1 commit intomainfrom
fix/security-dependency-updates
Apr 5, 2026
Merged

fix(security): patch dependency vulnerabilities and harden RDS config#1251
kaiz-io merged 1 commit intomainfrom
fix/security-dependency-updates

Conversation

@kaiz-io
Copy link
Copy Markdown
Contributor

@kaiz-io kaiz-io commented Apr 5, 2026

Fixes #413, #412, #405

Changes

Dependency vulnerabilities

  • go/ecs/cluster, go/classic-load-balancer: Upgrade gopkg.in/yaml.v3 from v3.0.0-20200313102051-9f266ea9e77c to v3.0.1 to fix DoS vulnerability
  • typescript/postgres-lambda: Remove unused aws-sdk v2 dependency from postgres-to-lambda (the lambda code never imports it)

Security hardening (postgres-lambda)

  • Enable SSL certificate validation (rejectUnauthorized: true) in postgres-setup and lambda-to-postgres lambda functions
  • Add deletionProtection: true to Aurora cluster
  • Add storageEncrypted: true to Aurora cluster

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

- Upgrade gopkg.in/yaml.v3 to v3.0.1 to fix DoS vulnerability (go/ecs/cluster, go/classic-load-balancer)
- Remove unused aws-sdk v2 dependency from postgres-to-lambda
- Enable SSL certificate validation in postgres-setup and lambda-to-postgres
- Add deletionProtection and storageEncrypted to Aurora cluster
@kaiz-io kaiz-io merged commit 66e9ade into main Apr 5, 2026
9 checks passed
@kaiz-io kaiz-io deleted the fix/security-dependency-updates branch April 5, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant